TabView.insert

Inserts a non-pinned page at @position.

It's an error to try to insert a page before a pinned page, in that case [method@TabView.insert_pinned] should be used instead.

class TabView
insert

Parameters

child Widget

a widget to add

position int

the position to add @child at, starting from 0

Return Value

Type: TabPage

the page object representing @child

Meta